Welcome![Sign In][Sign Up]
Location:
Search - TCP Server JAVA

Search list

[TCP/IP stackchat-system

Description: java基于tcp的局域网聊天系统,包括服务器与客户端-java tcp-based LAN chat system including server and client
Platform: | Size: 32768 | Author: Mr zhang | Hits:

[JSP/JavaTCPChat

Description: 基于TCP协议的socket通讯的java聊天程序,含有GUI,选择server端或者client端之后,可以建立socket通讯。-Java chat program based on the TCP protocol socket communication with GUI, select the server side or client side, you can create a socket communication.
Platform: | Size: 17408 | Author: Victoria Hu | Hits:

[JSP/Javaconsole

Description: java基于console的tcp通讯程序,单线程方式,分为客户端和服务端-java based console tcp communication program, single-threaded manner, divided into client and server
Platform: | Size: 1024 | Author: cfr | Hits:

[JSP/Javamina-spring-test

Description: 使用mina3.0与spring集成,实现的server端示例(socket tcp)。 mina是基于java NIO 的高效率通信框架。 工程为myeclipse java工程,可直接导入。 使用main方法启动。可自写客户端测试。-Use mina3.0 with spring integration to achieve a server-side example (socket tcp). mina is a highly efficient communication framework based on java NIO. Works for myeclipse java project, can be directly imported. Use the main method to start. Client since written test.
Platform: | Size: 4561920 | Author: liuquan | Hits:

[JSP/Javachat

Description: 这是用java写的网络聊天程序,使用TCP协议来和服务器建立连接,实现了单聊和群聊的效果,同时能够实时记录用户所聊天的内容,类似于一个记录功能的聊天记录器,将用户聊天的内容存放在D:\chatMessage.txt文件下-This is a network chat program written in java, and the server using the TCP protocol to establish a connection, to achieve the effect of a single chat and group chat, real-time recording user chat, chats similar to a recording function, chat with users of content stored in the D: \ chatMessage.txt file
Platform: | Size: 22528 | Author: 赵勇 | Hits:

[J2MEdemo

Description: iview手机视频监控软件系统: 1,采用服务器和手机客户机模式监控 2,服务器为vc++6.0开发,有完成端口机制,为多个客户提供服务,同时可显示视频图像 3,手机客户机采用java语言,eclipse,j2me开发环境开发,显示176×144视频图像 4,采用TCP方式数据传输,每秒视频数据3-5k左右,。 5,手机端有用户输入接口,可输入服务器IP地址,并预留用户名和密码,为用户灵活访问服务器带来方便。-iView mobile phone video surveillance software system: 1, server and mobile phone client mode monitor 2, server developed vc++6.0, completion port mechanism, to provide services for multiple clients at the same time to display video images, mobile client using java language, Eclipse, J2ME development environment to develop, 176144 video images, using TCP data transmission, video data per second 3-5K or so. 5, the mobile terminal user input interface, enter the IP address of the server, and set aside the user name and password, bring convenience for the user the flexibility to access the server.
Platform: | Size: 129024 | Author: cc | Hits:

[JSP/Javatcp_socket

Description: 一个基于java的简单的文件上传程序。使用tcp协议,内含一个服务器程序和文件拷贝程序-A java based simple file upload process. Using tcp agreement includes a server program and file copy program
Platform: | Size: 12288 | Author: eric | Hits:

[JSP/Java865880434

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。-Server and client through socket Socket (TCP) connections. In java socket is quite simple, Java API sets to address the communications interface provides a class java.net.Socket., Makes writing network applications with relative ease. Multi-threaded servers to meet the multi-user' s request, with the back-end database through JDBC connections, and through the creation of a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method accepts client connections customers through the Socket (InetAddress, port) to establish a connection with the server. Server and the client through the construction BufferedReader, PrintWriter to create input and output streams, and then the two sides through the input and output streams to pass information to each other, upon receipt of the customer' s connection request, the server accept () method returns a new Socket object.
Platform: | Size: 914432 | Author: 三鲜丸子 | Hits:

[JSP/JavaServerClient

Description: Server Client TCP 通信,采用Java语言,含窗体,测试通过,适合初学者,仅供参考-Server Client TCP communications, the use of the Java language, including forms, tested, suitable for beginners, for reference only.
Platform: | Size: 4096 | Author: 程鹏飞 | Hits:

[JSP/JavaSocketTCPChat

Description: 基于Java实现,利用TCP协议,实现单一服务器与多客户端的通信-Java-based implementation, using TCP protocol, to achieve single-server and multi-client communication
Platform: | Size: 3072 | Author: lixiang | Hits:

[Internet-NetworkHTTP1.0

Description: 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
Platform: | Size: 3072 | Author: rnment | Hits:

[JSP/Javasocket_communication

Description: TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server, it can serve multiple requests in parallel. Tip: Use Java or c/c++ language development by calling the operating system API interface to create threads assume 3 client, the client i send " Hi, God" , the server replied " What can I do for you, my son i" , displayed after the client receives the server reply. TCP and UDP were used to test the two protocols, port numbers Custom
Platform: | Size: 3072 | Author: yelangya | Hits:

[JSP/JavaGPSMina

Description: Apache MINA(Multipurpose Infrastructure for Network Applications) 是 Apache 组织一个较新的项目,它为开发高性能和高可用性的网络应用程序提供了非常便利的框架。当前发行的 MINA 版本支持基于 Java NIO 技术的 TCP/UDP 应用程序开发、串口通讯程序(只在最新的预览版中提供),MINA 所支持的功能也在进一步的扩展中。我封装作为GPS服务器使用-Apache MINA (Multipurpose Infrastructure for Network Applications) is a relatively new organization Apache project, it provides a very convenient framework for the development of high performance and high availability of network applications. MINA version of the current release supports TCP/UDP applications based on Java NIO technology development, serial communication program (only available in the latest preview version), MINA function is also supported by the further extension. I use a GPS server package
Platform: | Size: 6621184 | Author: | Hits:

[Internet-NetworkSocket_online_chat

Description: 一个使用socket和tcp实现的在线聊天程序,使用java实现。包含客户端和服务器端。-An implementation using tcp socket and online chat program, using java. Includes client and server side.
Platform: | Size: 8192 | Author: | Hits:

[JSP/JavaQQ

Description: 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收两部分,当服务器端要向客户端发送文件时,先调用字节输入流FileInputStream从本机读取想要发送的文件,再将信息通过字节输出流BufferedOutputStream发送到客户端,这样客户端的字节输入流BufferedInputStream就读取到了相应信息,客户端再通过字节输出流FileOutputStream将信息以文件形式存入本机。-This program is based on network communication program TCP/IP protocol, the use of Java streams, files, and other multi-threaded programming techniques. Socket object plays an important role in network programming, the program is written in a simple socket-based chat tool technology. Input and output streams chat are used BufferedReader and PrintWriter, the server for the client to start a thread in the thread through the socket and customers to exchange information. When sending a chat message to the server: " Hello" , the server would like this thread output stream to write information: " Hello" , then the client socket input stream is read to this message. File transfer files sent and received document is divided into two parts, when the client would like the server to send the file, byte input stream FileInputStream first call to read the file you want to send from the machine, then the information output by the byte stream BufferedOutputStream sent to the client, s
Platform: | Size: 7168 | Author: 佟文浩 | Hits:

[JSP/Javajavaweb

Description: 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是 Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:   (1) 连接:Web浏览器与Web服务器建立连接,打开一个称为socket(套接字)的虚拟文件,此文件的建立标志着连接建立成功。   (2) 请求:Web浏览器通过socket向Web服务器提交请求。HTTP的请求一般是GET或POST命令(POST用于FORM参数的传递)。GET命令的格式为:   GET 路径/文件名 HTTP/1.0   文件名指出所访问的文件,HTTP/1.0指出Web浏览器使用的HTTP版本。   (3) 应答:Web浏览器提交请求后,通过HTTP协议传送给Web服务器。Web服务器接到后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面-Socket and uses multi-thread technology to achieve a java Web server, HTTP deepen understanding. New projects webServer java java file WebServer.java Processor.java a new role of the HTTP protocol principle WWW Internet as an application system based on the transmission medium, WWW Internet basic transmission unit is a Web page. The calculation is based on the work of WWW client/server model, the Web browser (client) and Web server (server) structure, using Hypertext Transfer Protocol (HTTP) to communicate between the two. HTTP protocol is the protocol TCP/IP protocol based upon, is an application layer protocol between the Web browser and the Web server, is generic, stateless, object-oriented protocol. Action principle HTTP protocol consists of four steps: (1) connection: Web browser to establish a connection with a Web server, open a virtual file called socket (socket), the establishment of this document marks the connection is established. (2) Request: Web browser through the socket
Platform: | Size: 37888 | Author: xingtyunyui | Hits:

[JSP/Javanetwork_TCPUDP

Description: TCP and UDP implementation for Java. With these files you can easily use UDP and TCP with a java server or client.
Platform: | Size: 3072 | Author: Titiyo | Hits:

[JSP/JavaFtpTest

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j is an FTP client Java library that implements the FTP client should have most of the functionality. You can ftp4j embedded into your Java application to transfer files (including uploading and downloading), browse directories and files on the remote FTP server, create, delete, rename, move remote directories and files. ftp4j provides multiple ways to connect to a remote FTP server includes: a direct connection via TCP/IP, via FTP proxy, HTTP proxy, SOCKS4/4a proxy and SOCKS5 proxy connection through SSL secure connection.
Platform: | Size: 260096 | Author: 小夜 | Hits:

[ICQ-IM-ChatTCP4

Description: 用Java实现基于TCP协议的即时通讯,分为客户端和服务器端,可以实现群聊功能-Using Java-based TCP protocol instant messaging, divided into client and server side, you can achieve group chat function
Platform: | Size: 31744 | Author: liuhai | Hits:

[TCP/IP stackjavaServerClient

Description: 入门的Java基于TCP/IP协议的Server/Client的C/S模型,并附有报告说明,详细可见报告-The entry of the Java C/S model of TCP/IP protocol based on Server/Client, and with the report stated that, with visible Report
Platform: | Size: 254976 | Author: 黄敏龙 | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net